Makefile.am: honor aclocal flags
authorJavier Jardón <jjardon@gnome.org>
Tue, 18 Oct 2011 16:27:37 +0000 (17:27 +0100)
committerJavier Jardón <jjardon@gnome.org>
Tue, 18 Oct 2011 16:31:28 +0000 (17:31 +0100)
Makefile.am
autogen.sh

index 9a09143b989c69f9d9f0e3982d5fcc7c9f20037e..9bc67c9d6f07bb5fb0738f25d967d6579ff18234 100644 (file)
@@ -1,3 +1,5 @@
+ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
+
 NULL = 
 BUILT_SOURCES =
 CLEANFILES =
index c187584ae7a4946bed09c98303ae3a107aeec3be..0b51c5c2363e755fd14e24cfb8e9abe912576a4d 100755 (executable)
@@ -1,2 +1,5 @@
 #!/bin/sh
+
+mkdir -p m4
+
 exec autoreconf -vfi